projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1e24a3
)
(struct it): New member first_vpos.
author
Kim F. Storm
<storm@cua.dk>
Sun, 16 Nov 2003 23:43:33 +0000
(23:43 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Sun, 16 Nov 2003 23:43:33 +0000
(23:43 +0000)
src/dispextern.h
patch
|
blob
|
history
diff --git
a/src/dispextern.h
b/src/dispextern.h
index d38f3d34275b9e1d750f8f685e6d7123955cb88f..615d1a02670164f8f339bfb0fc31e9fc0bf10495 100644
(file)
--- a/
src/dispextern.h
+++ b/
src/dispextern.h
@@
-1964,6
+1964,9
@@
struct it
glyph_row in move_it_to and display_line. */
int current_y;
+ /* Vertical matrix position of first text line in window. */
+ int first_vpos;
+
/* Current vertical matrix position, or line number. Automatically
incremented by move_it_to and display_line. */
int vpos;